FrameLib  0.1
Arbitrarily timed and sized frame-based DSP
Semaphore Class Reference

#include <FrameLib_Threading.h>

Public Member Functions

 Semaphore (long maxCount)
 
 ~Semaphore ()
 
void close ()
 
void signal (long n)
 
bool wait ()
 

Constructor & Destructor Documentation

◆ Semaphore()

Semaphore::Semaphore ( long  maxCount)

◆ ~Semaphore()

Semaphore::~Semaphore ( )

Member Function Documentation

◆ close()

void Semaphore::close ( )

◆ signal()

void Semaphore::signal ( long  n)

◆ wait()

bool Semaphore::wait ( )

The documentation for this class was generated from the following files: